home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / TIFFframes / ToTIFF.h < prev    next >
Text File  |  1995-06-12  |  554b  |  27 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface ToTIFF:Object
  7. {
  8.     id    bitmapinfo;
  9.     id compressiontype, equalizeswitch;
  10.     int compression, equalize;
  11. }
  12.  
  13. /*  initialize the bitmapinfo form (set methods called automatically  */
  14. - setDefaults:sender;
  15.  
  16. /*   set the compression method with actions called by the radiobuttons  */
  17. - doLZW:sender;
  18. - doPACKBITS:sender;
  19. - doJPEG:sender;
  20. - doNONE:sender;
  21. - doEQUALIZE:sender;
  22.  
  23. /*  the main method, which reads the bitmap files and writes the TIFF    */
  24. - toTIFFMethod:sender;
  25.  
  26. @end
  27.